home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
images
/
maxblast.igz
/
maxblast.img
/
AUTOEXEC.BAT
< prev
next >
Wrap
DOS Batch File
|
2004-01-28
|
703b
|
37 lines
@echo off
lh NWCDEX.EXE /d:generic /l:x
cls
REM choice /c:FC Run MaxBlast 3 from Floppy or CD
REM if errorlevel 2 goto cd
REM if errorlevel 1 goto end
goto end
:cd
set CDBOOT=TRUE
echo Put the MaxBlast 3 CD in the CD-Rom drive
pause
x:\xbios /i/z/x
x:\drmouse
if errorlevel 10 goto MOUSEERR
if errorlevel 9 goto MOUSEERR
if errorlevel 8 goto MOUSEERR
if errorlevel 7 goto MOUSEERR
if errorlevel 6 goto MOUSEERR
if errorlevel 5 goto MOUSEERR
if errorlevel 4 goto MOUSEERR
if errorlevel 3 goto MOUSEERR
if errorlevel 2 goto MOUSEERR
goto NOMOUSEERR
:MOUSEERR
x:\drmouse /u
set NOMOUSE=TRUE
:NOMOUSEERR
cd a:\
findrdsk VDISK
goto done
:end
cd a:\
findrdsk VDISK
:done